home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
fish
/
726-750
/
734
/
powervisor
/
s
/
pv
/
showascii.pv
< prev
Wrap
Text File
|
1995-03-18
|
168b
|
15 lines
/* */
options results
'alloc' n 4
mem=result
do i=0 to 255
if i=10 then a=0
else a=i
'assign *'||mem||'.b='||a
'print \('||mem||',%s)'
end
'print \0a'
'free' mem